home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn1.000 / inn1.4sec-linux-src.tar / inn / include / uio.h < prev   
C/C++ Source or Header  |  1993-03-18  |  139b  |  11 lines

  1. /*  $Revision: 1.2 $
  2. **
  3. **  Minimal <sys/uio.h> file for systems without one.
  4. */
  5.  
  6.  
  7. struct iovec {
  8.     char    *iov_base;
  9.     int        iov_len;
  10. };
  11.